Errata and Helpful Tips: Samba as a PDC

---With Thanks to Roland Dobbins---

Technical issue -

The 'correct' way to install a non-precompiled version of Samba on Red Hat or Red Hat-derived distributions is to build an RPM with the correct dependency flags, then install the RPM. Anything else breaks RPM.

TMS: True. The HOWTO for this is discussed in my upcoming Samba/LDAP tutorial. I'll see if the IBM editors would be willing to add a panel discussing how to build an RPM from a source RPM.

I also found a few grammatical/punctuation/capitalization typos:

TMS: I believe the last issue is a limitation of IBM's XML layout; IRC, they require two dashes as the emdash character is not supported. Thanks for the great proof reading, Roland!

---With Thanks to John Schmerold---

I found a useful command line utility for adding users located at: http://samba.linuxbe.org/en/download/SMBuser.sh.gz. I run following commands to install in my RH Samba system:

wget http://samba.linuxbe.org/en/download/SMBuser.sh.gz gzip -d SMBuser.sh.gz chmod +x SMBuser.sh mv SMBuser.sh /sbin/smbuser

---With Thanks to Randy McCullough---